home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / begincpp.zip / #8.C < prev    next >
Text File  |  1990-08-03  |  4KB  |  121 lines

  1. #line 1 "#8.cxx"
  2. void *_new(long);
  3. void _delete(void*);
  4. void *_vec_new(void*,int,int,void*(*)(void*));
  5. void _vec_delete(void*,int,int,void(*)(void*,int),...);
  6. void exit(int);
  7. static void cdecl _STI();
  8. static void cdecl _STD();
  9.  
  10.  
  11.  
  12.  
  13. struct Wsp { char _dummy; } ;
  14. extern char *oct (long , int );
  15. extern char *dec (long , int );
  16. extern char *hex (long , int );
  17.  
  18. extern char *chr (int , int );
  19. extern char *str (char *, int );
  20. extern char *form (char *, ... );
  21. struct ostream { 
  22. void *_ostream_bp ;
  23. short _ostream_state ;} ;
  24. struct ostream *_ostream__lshiftNFNPC__ (struct ostream* , char *);
  25. struct ostream *_ostream__lshiftNFUL__ (struct ostream* , unsigned long );
  26. struct ostream *_ostream__lshiftNFL__ (struct ostream* , long );
  27. struct ostream *_ostream__lshiftNFD__ (struct ostream* , double );
  28. struct ostream *_ostream__lshiftNFNRCWsp___ (struct ostream* , struct Wsp *);
  29. struct ostream *_ostream_put (struct ostream* , char );
  30. struct istream { 
  31. void *_istream_bp ;
  32. struct ostream *_istream_tied_to ;
  33. char _istream_skipws ;
  34. short _istream_state ;} ;
  35. struct istream *_istream__rshiftNFNPC__ (struct istream* , char *);
  36. struct istream *_istream__rshiftNFNRC__ (struct istream* , char *);
  37. struct istream *_istream__rshiftNFNRS__ (struct istream* , short *);
  38. struct istream *_istream__rshiftNFNRI__ (struct istream* , int *);
  39. struct istream *_istream__rshiftNFNRL__ (struct istream* , long *);
  40. struct istream *_istream__rshiftNFNRF__ (struct istream* , float *);
  41. struct istream *_istream__rshiftNFNRD__ (struct istream* , double *);
  42. struct istream *_istream__rshiftNFNRCWsp___ (struct istream* , struct Wsp *);
  43. struct istream *_istream_getNFNPC_I_I__ (struct istream* , char *, int , char );
  44. struct istream *_istream_putback (struct istream* , char );
  45. extern void eatwhite (struct istream *);
  46. extern struct istream cin ;
  47. extern struct ostream cout ;
  48. extern struct ostream cerr ;
  49.  
  50. extern struct Wsp WS ;
  51.  
  52. void proc1 (void );void proc2 (void );
  53.  
  54.  
  55. int i = 1 ;
  56.  
  57. int main ()
  58.     { 
  59.         proc1 ( ) ;
  60.         proc2 ( ) ;
  61.     }  exit ( 0 ); 
  62. }
  63.  
  64. extern void proc1 ()
  65.     char _au1_c ;
  66.  
  67.     struct Y { 
  68.         char _Y_d ;
  69.     } ;
  70.     struct X { 
  71.         char _X_c ;
  72.     } ;
  73.  
  74. extern void proc2 ()
  75.     int _au1_i ;
  76.     register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
  77.     _au1_i = 2 ;
  78.  
  79.     { 
  80.         int _au2_n ;
  81.         int _au2_i ;
  82.         register struct ostream *_au0__Xthis__lshiftNFI___ostream = 0 ;
  83.         _au2_n = _au1_i ;
  84.         _au2_i = 3 ;
  85.  
  86.         _ostream__lshiftNFNPC__ ( (struct ostream *)( 
  87.             (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
  88.             _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ), 
  89.             ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream , 
  90.             ((long )_au2_i )) ) ) , (char *)"\n") ;
  91.  
  92.         _ostream__lshiftNFNPC__ ( (struct ostream *)( 
  93.             (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
  94.             _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ), 
  95.             ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream , 
  96.             ((long )i )) ) ) , (char *)"\n") ;
  97.  
  98.         _ostream__lshiftNFNPC__ ( (struct ostream *)( 
  99.             (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
  100.             _ostream__lshiftNFNPC__ ( & cout , (char *)"n = ") ), 
  101.             ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream , 
  102.             ((long )_au2_n )) ) ) , (char *)"\n") ;
  103.     } 
  104.  
  105.     _ostream__lshiftNFNPC__ ( (struct ostream *)( 
  106.         (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
  107.         _ostream__lshiftNFNPC__ ( & cout , (char *)"i = ") ), 
  108.         ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream , 
  109.         ((long )_au1_i )) ) ) , (char *)"\n") ;
  110.  
  111.     _ostream__lshiftNFNPC__ ( (struct ostream *)( 
  112.         (_au0__Xthis__lshiftNFI___ostream = (struct ostream *)
  113.         _ostream__lshiftNFNPC__ ( & cout , (char *)"::i = ") ), 
  114.         ( _ostream__lshiftNFL__ ( _au0__Xthis__lshiftNFI___ostream , 
  115.         ((long )i )) ) ) , (char *)"\n") ;
  116.